GtkSearchBar: fix the template
authorMatthias Clasen <mclasen@redhat.com>
Wed, 30 Apr 2014 01:46:38 +0000 (21:46 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 30 Apr 2014 01:46:38 +0000 (21:46 -0400)
There was a mismatch between GtkSearchBar being derived from GtkBin
and the template claiming the parent to be GtkBox.

gtk/resources/ui/gtksearchbar.ui

index 57ec27fea97786805b4e8cf33676d14ca75c2ae0..93e7706a8e53abc2eb2fd60203146b60e454fda7 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <interface domain="gtk30">
   <!-- interface-requires gtk+ 3.10 -->
-  <template class="GtkSearchBar" parent="GtkBox">
+  <template class="GtkSearchBar" parent="GtkBin">
     <property name="app_paintable">True</property>
     <property name="can_focus">False</property>
     <child>